home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 6
/
CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso
/
system
/
superview
/
superviewlibrary
/
sq-operators
/
sqbentley.doc
< prev
next >
Wrap
Text File
|
1996-01-29
|
2KB
|
61 lines
SQBentley.svoperator
© 1995 by Steve Quartly.
FREEWARE. All rights reserved.
Version : 1.0
Release Date : 01.09.1995
Requirements
~~~~~~~~~~~~
- OS V2.04+ (V37)+ and its libraries
- superviewsupport.library V5+
Description
~~~~~~~~~~~
SQBentley.svoperator is an external SV_GfxBuffer modification module
for superview.library.
This module takes a graphics buffer and then applies an effect that makes
the image look ghostly.
***NOTE: This operator will only work on a 24 bit buffer. This is not a
major problem as you can apply the AnyTo24Bit.svoperator first and then
apply this operator quite successfully.
ControlPad-Switches
~~~~~~~~~~~~~~~~~~~
ControlPad-Name : "ENV:superview-library/SQBentley.controlpad"
ControlPad-Commands : ; The following controlpads allow you to apply
; this operator to a rectangular region of the
; image.
- LEFTEDGE=<Value>
; crop from x position
; (will be adjusted, if >= source width)
- TOPEDGE=<Value>
; crop from y position
; (will be adjusted, if >= source height)
- WIDTH=<Value>
; crop how many x pixels from leftedge
; (will be adjusted, if too large)
- HEIGHT=<Value>
; crop how many y pixels from topedge
; (will be adjusted, if too large)
Author
~~~~~~
Steve Quartly
1280 Stevens St
MUNDARING
Western Australia steveq@sndcrft.DIALix.oz.au
History
~~~~~~~
V1.0 (01.09.1995) :
- first public release